SetSinkToUseRequest

data class SetSinkToUseRequest(sinkName: String)

Represents request frame that can be used with Cast#setSinkToUse operation call.

Sets a sink to be used when the web page requests the browser to choose a sink via Presentation API, Remote Playback API, or Cast SDK.

See also

Constructors

SetSinkToUseRequest
Link copied to clipboard
fun SetSinkToUseRequest(sinkName: String)

Properties

sinkName
Link copied to clipboard
val sinkName: String

Sources

jvm source
Link copied to clipboard